home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / printf < prev    next >
Text File  |  2001-04-17  |  231b  |  10 lines

  1. SYNOPSIS
  2.         void printf(string format, ...)
  3.  
  4. DESCRIPTION
  5.         A cross between sprintf() and write(). Returns void and printd
  6.         the result string to the user.
  7.  
  8. SEE ALSO
  9.         sprintf(E), write(E), terminal_colour(E)
  10.